Telegram Group & Telegram Channel
Дана таблица "customers" с колонками "customer_id", "customer_name" и "age". Какой из следующих SQL запросов вернет покупателей старше 18 лет, имена которых начинаются с буквы "J"?
Anonymous Quiz
SELECT customer_name FROM customers WHERE age >= 18 AND customer_name LIKE 'J';
SELECT customer_name FROM customers WHERE age >= 18 AND customer_name LIKE 'J%';
SELECT customer_name FROM customers WHERE age >= 18 AND customer_name LIKE '%J';
SELECT customer_name FROM customers WHERE age > 18 AND customer_name LIKE 'J%';
623 answered



tg-me.com/sql_for_qa/86
Create:
Last Update:

BY SQL для тестировщика


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/sql_for_qa/86

View MORE
Open in Telegram


SQL для тестировщика Telegram | DID YOU KNOW?

Date: |

What is Secret Chats of Telegram

Secret Chats are one of the service’s additional security features; it allows messages to be sent with client-to-client encryption. This setup means that, unlike regular messages, these secret messages can only be accessed from the device’s that initiated and accepted the chat. Additionally, Telegram notes that secret chats leave no trace on the company’s services and offer a self-destruct timer.

A project of our size needs at least a few hundred million dollars per year to keep going,” Mr. Durov wrote in his public channel on Telegram late last year. “While doing that, we will remain independent and stay true to our values, redefining how a tech company should operate.

SQL для тестировщика from sa


Telegram SQL для тестировщика
FROM USA